home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / network / boot_net / boot_net.ann / text0000.txt < prev   
Encoding:
Text File  |  1993-09-09  |  3.1 KB  |  96 lines

  1.  
  2. Path: bounce-bounce
  3. From: jon@robots.ox.ac.uk (Jon Tombs)
  4. Subject: bootable root disk with networking available
  5. Organization: Robotics Research Group, Engineering Science Dept, Oxford, UK.
  6. Keywords: bootable root disk, networkin, TCP/IP
  7. Newsgroups: comp.os.linux.announce
  8. Reply-To: jon@robots.ox.ac.uk (Jon Tombs)
  9. Followup-To: comp.os.linux
  10. Approved: linux-announce@tc.cornell.edu (Matt Welsh)
  11.  
  12. I have made available a bootable 3 1/2" floppy disk image for trying linux
  13. on any networked 386/486 PC (with a 3 1/2" A: drive and supported ethernet
  14. card)
  15.  
  16. ***As with all network software get permission of your local network or
  17. system admin before attempting to use this image and make sure you know the
  18. correct network address for your machine***
  19.  
  20. The image is avaiable from ftp.robots in /pub/linux/ox-usr/rootdisk, here is
  21. part of the README please read the complete file if you are going to try the
  22. disk.
  23.  
  24. 8<--------README.SHORT--------
  25.  
  26. INSTALLATION:
  27. ------------
  28. You can copy the image onto a floppy from most unix/linux machines with:
  29. gunzip < linux-pl10a.gz | dd of=/dev/fd0 bs=18k
  30.  
  31. Under msdog you will need to gunzip (with gzip.exe -d) the image then copy
  32. it to a floppy with rawrite.exe.
  33.  
  34.  
  35. LIMITATIONS:
  36. -----------
  37.  
  38. The image will only fit on a 3.5" drive, so you must have a 3.5" drive as A:
  39.  
  40. Booting is slow, the disk got pretty fragmented in setting up and I didn't
  41. use the lilo fast read options which don't work on all machines.
  42.  
  43. The bootable root disk only has ide, nfs, minix, ext2, mouse and math emu.
  44.  
  45. If you want to have SCSI or XT disk support, you will need to use the scsi
  46. boot image and then insert the bootable root disk at the prompt. (i.e. back
  47. to the old boot and root disk system). 
  48.  
  49. There is no support for SLIP - I don't have access to any SLIP servers.
  50.  
  51. WHAT YOU NEED TO KNOW:
  52. ----------------------
  53. You need to know the following information before you can successfully use 
  54. this boot image - make sure you know the configuration answers before 
  55. attempting to boot!
  56.  
  57. 1) Permission of your local netadmin.
  58. 2) Your PCs host name.
  59. 3) The IP address of your PC.
  60. 4) The IP address of the gateway/default router out of your network.
  61. 5) The netmask for your network
  62.  
  63. If you are outside Oxford you also need:
  64. 6) The IP address of your local named server.
  65. 7) a /usr partition that you can mount which contains the networking daemons
  66. in /usr/etc and user binaries in /usr/bin
  67.  
  68. If you are not on a B or C class network the you will also need to know:
  69. 8) Your broadcast address
  70. 9) The net address for your network - what default packets for your local 
  71. ethernet are routed to.
  72.  
  73.  
  74. BOOTING:
  75. -------
  76. Supported cards are
  77. The Novell NE-2000
  78. The 3c503 EtherLink II
  79. WD80x3 Western Digital (SMC) WD80x3. *#!
  80.  
  81. If you don't have one of these you are on your own.
  82.  
  83. *#! WD80x3 cards must have the shared ram address at 0x4E000 for them to work!
  84. Use wdsetup under linux or ezsetup under dos to set this up.
  85.  
  86. Alternatively if the auto configure doesn't work you can stop the boot at the
  87. lilo prompt and give the ethernet card options there as
  88. ether=IRQ,IOADDR,SHMEMSTART,SHMEMEND,IS8BIT,eth0 
  89.  
  90. e.g.
  91. LILO linux ether=10,0x300,0x4E000,0x52000,1,eth0
  92.  
  93. Jon. <jon@robots.ox.ac.uk>
  94.  
  95.  
  96.